Get-GSDataTransfer

SYNOPSIS

Gets the list of Data Transfers

SYNTAX

List (Default)

Get-GSDataTransfer [-Status <String>] [-NewOwnerUserId <String>] [-OldOwnerUserId <String>]
 [-CustomerId <String>] [-PageSize <Int32>] [-Limit <Int32>] [<CommonParameters>]

Get

Get-GSDataTransfer [-DataTransferId] <String[]> [<CommonParameters>]

DESCRIPTION

Gets the list of Data Transfers

EXAMPLES

EXAMPLE 1

Get-GSDataTransfer

Gets the list of current Data Transfers

PARAMETERS

-CustomerId

Immutable ID of the G Suite account.

Type: String
Parameter Sets: List
Aliases:

Required: False
Position: Named
Default value: $Script:PSGSuite.CustomerID
Accept pipeline input: False
Accept wildcard characters: False

-DataTransferId

The Id of the Data Transfer you would like to return info for specifically. Exclude to return the full list

Type: String[]
Parameter Sets: Get
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Limit

The maximum amount of results you want returned. Exclude or set to 0 to return all results

Type: Int32
Parameter Sets: List
Aliases: First

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-NewOwnerUserId

Destination user's profile ID.

Type: String
Parameter Sets: List
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OldOwnerUserId

Source user's profile ID.

Type: String
Parameter Sets: List
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PageSize

PageSize of the result set.

Defaults to 500 (although it's typically a much smaller number for most Customers)

Type: Int32
Parameter Sets: List
Aliases:

Required: False
Position: Named
Default value: 500
Accept pipeline input: False
Accept wildcard characters: False

-Status

Status of the transfer.

Type: String
Parameter Sets: List
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Google.Apis.Admin.DataTransfer.datatransfer_v1.Data.ApplicationDataTransfer

NOTES

Comments